home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / c / SetmouseSource.lha / SetMouse / SetMouse.h < prev    next >
C/C++ Source or Header  |  1995-12-06  |  184b  |  15 lines

  1. /*
  2.  *    File:                    
  3.  *    Description:    
  4.  *
  5.  *    (C) 1995, Ketil Hunn
  6.  *
  7.  */
  8.  
  9. #ifndef SETMOUSE_H
  10. #define    SETMOUSE_H
  11.  
  12. void SetMouse(struct Screen *screen, WORD x, WORD y, UWORD button);
  13.  
  14. #endif
  15.